ArrayAppend(array, value)Appends an array index to the end of the specified array. Returns a Boolean TRUE on successful completion.
Name of the array to which you want to append an index.
The value you want to place into the specified array in the last index position.